home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / scuba.swf / scripts / DefineButton2_60 / BUTTONCONDACTION on(release).as
Text File  |  2012-01-07  |  222b  |  13 lines

  1. on(release){
  2.    _root.gSkillLevel = "commando";
  3.    _root.gLevelChosen = true;
  4.    if(_root.gPlayAgain == true)
  5.    {
  6.       _root.gotoAndStop("game");
  7.    }
  8.    else
  9.    {
  10.       _root.gotoAndStop("briefing");
  11.    }
  12. }
  13.